DataCubeService.updateDataCubeStorageType Method
Updates the storage type of the specified data cube.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube to update the storage type.
- storageType
-
Type: StorageType
The storage type the data cube is to use.
- excludeFromMemoryManagement
-
Type: Boolean
(optional) Whether or not the data cube should be excluded from memory management. Property is only valid if data cube storage is In-Memory.
Optional: True
- incrementParameterIds
-
Type: Array
ElementType: String
(Optional) The IDs of all the increment Parameters required for incremental warehouse types.
- isDataCachingDisabled
-
Type: Boolean
(Optional) If the storage type is none, then the data caching disabled option can be set.
Optional: True
- cacheExpiration
-
Type: String
(Optional) If data caching is enabled then a timespan can be specified to override the application setting.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete.
If successful, the created dundas.entities.DataCube is returned.